body {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  background: linear-gradient( #7EAAC2, #1E333F);
  min-height: 100vh;
  margin: 0;
}

.header{
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 30px;
	padding-top: 15px;
	padding-right: 25px;
}

.header2{
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 30px;
	padding-bottom: 75px;
	padding-right: 25px;
}

.logo{
	position: relative;
	width: 9dvh;
	object-fit: cover;
}

 a{
	display:inline-block;
	color: #fff;
	font-family: Poppins, helvetica;
	text-decoration:none;
	transition:all 0.3s ease;
}

a:hover {
	  text-shadow: 
    0 0 20px #fff,
    0 0 20px #fff,
    0 0 20px #fff,
	0 0 20px #fff;
	transform: translateY(-5px);
}

a:active{
	transform: translate(0px) scale(.95);
}

.boton{
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}

.encabezado {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 100px; /* Spacing between the title and paragraph */
    padding: 0 100px; /* Provides internal padding on the sides */
    margin-top: 175px;
}

.titulo-apartado {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 41px;
    font-weight: 700;
    line-height: 1.2;
    max-width: 920px; /* Use max-width for better responsiveness */
    width: 100%; /* Ensures it fills its container up to the max-width */
}

.parrafo-principal {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    line-height: 1.6;
    max-width: 1360px; /* Use max-width for better responsiveness */
    width: 100%;
}

.cartas {
    /* Simplificado para centrar y mantener el diseño de fila */
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: flex-start; /* Alinea los elementos en la parte superior */
    justify-content: center; /* Centra las tarjetas horizontalmente dentro de su contenedor */
    flex-wrap: wrap; /* Permite que las tarjetas se envuelvan en pantallas más pequeñas */
    width: 100%; /* Ancho responsivo */
    margin-top: 90px;
}


.titulo-cuadro {
    color: #000000;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    width: 275px;
}

.texto-parrafo, .texto-parrafo2 {
    color: #243e4b;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    width: 275px;
}

.vector, .vector2, .vector3, .vector4 {
    height: 100px;
    position: relative;
    overflow: visible;
}

/* Reglas comunes para todas las tarjetas */
.unidad, .atencion, .personalizacion, .sustentabilidad {
    background: #ffffff;
    border-radius: 15px;
    padding: 28px 2px 0px 2px;
    display: flex;
    flex-direction: column;
    gap: 34px;
    align-items: center;
    justify-content: flex-start;
    width: 295px;
    height: 403px;
    position: relative;
    /* Agregado para una mejor estética */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}




.seccion-unidades {
    max-width: 1212px;
    margin: 0 auto;
    text-align: center;
}

.imagen-unidades {
    width: 70%;
    height: auto;
    object-fit: cover;
    margin: -90px 0; /* espacio arriba y abajo */
}

.contenido-unidades {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    color: #ffffff;
    text-align: center;
}

.titulo-unidades {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: px;
    margin-top: 100px;
}

.caracteristicas-subtitulo {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 32px;
}

.lista-caracteristicas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    width: 100%;
}

.item-caracteristica {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    width: 300px;
}

.item-titulo {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
}

.item-texto {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    margin-top: 0;
}



.van-section {
  position: relative;
  text-align: center;
  padding: 40px;
  margin-top: 150px;
  margin-bottom: 130px; /* 🔧 Cambia este valor si quieres más o menos espacio entre secciones */
}

/* Texto grande del modelo */
.van-bg-text {
  position: absolute;
  top: -175px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 417px; /* 🔧 Ajusta tamaño del texto */
  font-weight: 900;
  color: #ffffff; /* Opaco, ya no con transparencia */
  z-index: 0; /* Ahora por encima */
  pointer-events: none;
}

/* Texto grande del modelo */
.van-bg-text2 {
  position: absolute;
  top: -175px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 296px; /* 🔧 Ajusta tamaño del texto */
  font-weight: 900;
  color: #ffffff; /* Opaco, ya no con transparencia */
  z-index: 0; /* Ahora por encima */
  pointer-events: none;
}

.van-main img {
  max-width: 65%; /* 🔧 Ajusta ancho máximo según tus imágenes */
  width: 90%;
  height: auto;
  position: relative;
  z-index: 1; /* Detrás del texto */
  opacity: 1;
  transition: opacity 1s ease-in-out;
  margin-top: 50x;
}

.van-info {
  display: flex;
  align-items: center;
  gap: 40px;                           /* 🔧 separación entre “Modelo” y “Capacidad” */
  flex: 0 10 auto;
}

.info-block {
  display: flex;
  flex-direction: column; /* 🔧 Ícono arriba, texto abajo */
  align-items: flex-start;
}

.info-title {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}

.info-text {
  font-size: 30px;
  font-weight: 600;
}

.info-icon {
  width: 34px; /* 🔧 Ajusta tamaño de íconos */
  height: auto;
  content: cover;
}

.info-icon2{
    height: 30px;
}

.van-thumbs {
  display: flex;
  gap: 15px;
  flex: 1 1 auto;                      /* este lado sí puede crecer/encogerse */
  justify-content: flex-end;           /* las lleva a la derecha */
  flex-wrap: nowrap;                   /* NO saltan a otra línea */
  min-width: 420px; 
}

.van-thumbs img {
  width: 120px; /* 🔧 Un poco más grandes */
  height: auto;
  cursor: pointer;
  opacity: 0.8;
  border: 1px solid transparent;
  border-radius: 8px; /* 🔧 Bordes redondeados */
  transition: border 0.3s, opacity 0.3s;
}

.van-thumbs img.active {
  border: 1.5px solid #fff; /* Un poco más grueso */
  border-radius: 8px;
  opacity: 1;
}

.van-thumbs img:hover {
  opacity: 1;
}

.parte-inferior{
    align-items: baseline;
}

.van-bar{
  display: flex;
  align-items: center;                 /* 🔧 Cambia a flex-end si quieres alinearlas por la base */
  justify-content: space-between;      /* separa info y miniaturas */
  gap: 48px;                           /* 🔧 espacio entre info y miniaturas */
  max-width: 1200px;                   /* 🔧 ancho máximo de la barra */
  margin: 32px auto 0;                 /* centra la barra y separa del contenido superior */
  padding: 0 24px;                     /* respiración lateral */
}

/* Tamaño adaptable para que quepan sin romper la fila */
.van-thumbs .thumb{
  width: clamp(80px, 10vw, 120px);     /* 🔧 controla el tamaño mínimo/máximo de miniaturas */
  height: auto;
  cursor: pointer;
  opacity: 0.9;
  border: 1px solid transparent;
  border-radius: 10px;                 /* 🔧 esquinas redondeadas del borde activo */
  transition: border .25s, opacity .25s, transform .25s;
}










/* Sección transparente para dejar pasar el degradado */
.seccion-confianza {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 100px 20px;
  background: transparent;
  box-sizing: border-box;
}

/* Recuadro blanco */
.recuadro-blanco {
  width: 100%;
  max-width: 1200px;
  min-height: 456px; /* controlas el alto solo del recuadro */
  max-height: 456px;
  background: white;
  box-shadow: 0px 4px 30px rgba(0,0,0,0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  position: relative;   /* clave: permite que la imagen se posicione “fuera” */
  overflow: visible;    /* deja que la imagen salga del cuadro */
}

/* Bloque de texto */
.texto-confianza {
  flex: 1 1 50%;
  color: #301E3F;
}

.texto-confianza h2 {
  font-size: 58px;
  margin-bottom: 10px;
}

.texto-confianza p {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}

/* Imagen que sobresale */
.imagen-confianza {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end; /* parte inferior alineada al recuadro */
  position: relative;
}

.imagen-confianza img {
  width: 539px;
  height: auto;
  object-fit: contain;
  margin-bottom: 197px; /* hace que la cintura quede dentro y el torso salga */
}
